home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / jnos110g.zip / SWITCH.H < prev    next >
C/C++ Source or Header  |  1994-04-17  |  6KB  |  143 lines

  1. #ifndef _CONFIG_H
  2. #define _CONFIG_H
  3. /* This is the configuration for a ip switch */
  4.   
  5. /* Software options */
  6. #undef MAILBOX     1   /* Include SM0RGV mailbox server */
  7. #define CONVERS     1   /* Conference bridge (babble-box :-) */
  8. /* Use only ONE of the 2 news options below !!! */
  9. #undef NNTP        1   /* Netnews client */
  10. #undef NNTPS       1   /* Netnews client and server */
  11. #define SERVERS    1   /* Include TCP servers */
  12. #define DSERVER    1   /* Include Domain Name Server */
  13. #define STKTRACE   1   /* Include stack tracing code */
  14. #define TRACE       1   /* Include packet tracing code */
  15. #undef RIP         1   /* Include RIP routing */
  16. #undef HOPCHECK    1   /* IP path tracing command */
  17. #undef DIALER      1   /* SLIP redial code */
  18. #undef NRS         1   /* NET/ROM async interface */
  19. #define NETROM      1   /* NET/ROM network support */
  20. #undef LZW         1   /* LZW-compressed sockets */
  21. #undef RLOGINCLI   1   /* Rlogin client code */
  22. #define SLIP        1   /* Serial line IP on built-in ports */
  23. #undef PPP         1   /* Point-to-Point Protocol code */
  24. #undef VJCOMPRESS  1   /* Van Jacobson TCP compression for SLIP */
  25. #undef POP         1   /* Include POP2 Post Office Protocol */
  26. #undef POP2CLIENT  1   /* POP2 client -- IAB not recommended */
  27. #undef POP2SERVER  1   /* POP2 server -- IAB not recommended */
  28. #define POP3CLIENT  1   /* POP3 client -- IAB draft standard */
  29. #define POP3SERVER  1   /* POP3 server -- IAB draft standard */
  30. #undef ESCAPE      1   /* Allow Unix style escape on PC */
  31. #undef RDATE       1   /* Include the Time Protocol */
  32. #undef RSPF        1   /* Include Radio Shortest Path First Protocol */
  33. #define AXIP        1   /* digipeater via ip port 93 interface */
  34. #undef RARP        1   /* Include Reverse Address Resolution Protocol */
  35. #define CALLBOOK    1   /* Simple callbook server over Internet */
  36. #undef CALLSERVER   1   /* Include BuckMaster CDROM server support */
  37. #undef CALLCLI      1   /* Include BuckMaster CDROM client code only  */
  38. #define ATCMD       1   /* Include timed 'at' execution */
  39. #define EXPIRY      1   /* Include message and bid expiry */
  40. #define MBXTDISC    1   /* Include mailbox timeout-disconnect */
  41. #define NR4TDISC    1   /* Include Netrom L4 timeout-disconnect */
  42. #define FTPTDISC    1   /* Include ftp-server timeout disconnect */
  43. #undef TIPMAIL     1   /* Include TIP mailbox server */
  44. #define IPACCESS    1   /* Include IP access control code */
  45. #define TCPACCESS   1   /* Include TCP access control code */
  46. #define ENCAP       1   /* Include IP encapsulation code */
  47. #undef AUTOROUTE   1   /* Include AX.25 IP auto-route code(causes problems when VC mode is used for ip) */
  48. #define LOCK        1   /* Include keyboard locking */
  49. #define MAILFOR     1   /* Include Mailbox 'Mail for' beacon */
  50. #define RLINE       1   /* Include BBS R:-line interpretation code */
  51. #define MBFWD       1   /* Include Mailbox AX.25 forwarding */
  52. #define USERLOG     1   /* Include last-message-read tracking for users */
  53. #define MULTITASK   1   /* Include Dos shell multi-tasker */
  54. #define SHELL       1   /* Include shell command */
  55. #define XSPAWN      1   /* Include swapping to ems or disk on spawning shell */
  56. #define ALLSESSIONS 1   /* Include all session types */
  57. /*if undefined, deletes outgoing telnet,ftp,ax25,netrom sessions */
  58. #define ALLCMD     1    /* if undefined, exclude a bunch of commands */
  59. /*excluded are:
  60.  *   delete,rename,more,tail,dump,status,motd,cd,dir,finger,fkey,info,mail,mkdir
  61.  *   pwd,record,rmdir,watch,test,upload
  62.  */
  63. #define ALLSERV      1   /* if undefined, exclude a bunch of servers */
  64. /*excluded are:
  65.  *echo,discard,tip and ttylink servers
  66.  *and the ttylink command (with no split screen code anymore)
  67.  */
  68.   
  69. /* Software tuning parameters */
  70. #define MTHRESH     16384    /* Default memory threshold */
  71. #define NROWS       25      /* Number of rows on screen */
  72. #define NIBUFS      5       /* Number of interrupt buffers */
  73. #define IBUFSIZE    2048    /* Size of interrupt buffers */
  74. #define NSESSIONS   10      /* Number of interactive clients */
  75. #define DEFNSOCK    40      /* Default number of sockets */
  76.   
  77. /* Hardware driver options */
  78. #undef ARCNET      1   /* ARCnet via PACKET driver */
  79. #undef PC_EC       1   /* 3-Com 3C501 Ethernet controller */
  80. #define KISS        1   /* KISS TNC code */
  81. #undef HS          1   /* High speed (56kbps) modem driver */
  82. #undef HAPN        1   /* Hamilton Area Packet Network driver code */
  83. #undef EAGLE       1   /* Eagle card driver */
  84. #define PACKET      1   /* FTP Software's Packet Driver interface */
  85. #undef PACKETWIN   1   /* Gracilis PackeTwin driver */
  86. #undef PC100       1   /* PAC-COM PC-100 driver code */
  87. #undef APPLETALK   1   /* Appletalk interface (Macintosh) */
  88. #undef DRSI        1   /* DRSI PCPA slow-speed driver */
  89. #define SCC         1   /* PE1CHL generic scc driver */
  90. #undef PI          1   /* VE3IFB pi dma card scc driver */
  91. #define ASY         1   /* Asynch driver code */
  92. #undef SLFP         1   /* SLFP packet driver class supported */
  93.   
  94. #if defined(NRS)
  95. #undef  NETROM
  96. #define NETROM      1   /* NRS implies NETROM */
  97. #endif
  98.   
  99. #if (defined(AXIP)||defined(HS)||defined(NETROM)||defined(KISS)||defined(HAPN)||defined(EAGLE)||defined(PC100)||defined(PI))
  100. #define AX25        1   /* AX.25 subnet code */
  101. #endif
  102.   
  103. #if (defined(ARCNET) || defined(SLFP))
  104. #undef  PACKET
  105. #define PACKET      1   /* FTP Software's Packet Driver interface */
  106. #endif
  107.   
  108. #if (defined(PC_EC) || defined(PACKET))
  109. #define ETHER   1       /* Generic Ethernet code */
  110. #endif
  111.   
  112. #if defined(CALLSERVER)
  113. #define CALLCLI     1
  114. #endif
  115.   
  116. #if (defined(POP2CLIENT) || defined(POP2SERVER))
  117. #undef POP 1
  118. #endif
  119.   
  120. #if (defined(POP2CLIENT) || defined(POP3CLIENT))
  121. #define MAILCLIENT  1
  122. #undef POP 1
  123. #endif
  124.   
  125. #ifdef XSPAWN
  126. #define SHELL 1
  127. #undef MULTITASK 1
  128. #endif
  129.   
  130. #ifndef MAILBOX
  131. #undef CALLBOOK 1
  132. #undef CALLCLI 1
  133. #undef EXPIRY 1
  134. #undef MBXTDISC 1
  135. #undef TIPMAIL 1
  136. #undef MAILFOR 1
  137. #undef RLINE 1
  138. #undef MBFWD 1
  139. #undef USERLOG 1
  140. #endif
  141.   
  142. #endif  /* _CONFIG_H */
  143.